You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Vector Structure
>
Vector Methods
>
Size Method
>
Vector.Size Method ([In] int, [In] bool, [In] bool)
Dew Math for .NET
Vector.Size Method ([In] int, [In] bool, [In] bool)
Vector Structure
Vector Members
Dew.Math Namespace
Size Method
Collapse All
Sets the following properties
Syntax
C#
Visual Basic
public
void
Size
([In]
int
ALength
, [In]
bool
aIsComplex
, [In]
bool
aIsDouble
);
Public
Function
Size
(
ALength
As
[In] int,
aIsComplex
As
[In] bool,
aIsDouble
As
[In] bool)
As
void
Remarks
Vec.Length := ALength; Vec.Complex := AComplex;
Group
Size Method
Links
Vector Structure
,
Vector Members
,
Dew.Math Namespace
,
Size Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!